ASP.NET Core MVC コントロールヘルプ
SerializeObject(Object,IList<JsonConverter>) メソッド

C1.AspNetCore.Mvc アセンブリ > C1.JsonNet 名前空間 > JsonHelper クラス > SerializeObject メソッド : SerializeObject(Object,IList<JsonConverter>) メソッド
The object to serialize.
A collection of JsonConverter
Serializes the specified object to a JSON string using a collection of JsonConverter.
シンタックス
'宣言
 
Public Overloads Shared Function SerializeObject( _
   ByVal obj As System.Object, _
   ByVal jsCters As System.Collections.Generic.IList(Of JsonConverter) _
) As System.String
public static System.string SerializeObject( 
   System.object obj,
   System.Collections.Generic.IList<JsonConverter> jsCters
)

パラメータ

obj
The object to serialize.
jsCters
A collection of JsonConverter

戻り値の型

A JSON string representation of the object.
参照

JsonHelper クラス
JsonHelper メンバ
オーバーロード一覧